home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Collections: Purity
/
Purity #42 (1995-01)(PackMAN)(DE)[WB].zip
/
Purity #42 (1995-01)(PackMAN)(DE)[WB].adf
/
Includes3v1
/
Includes3v1.lha
/
Exec
/
Errors.i
< prev
next >
Wrap
Text File
|
1994-12-04
|
499b
|
16 lines
{
exec/errors.i
}
CONST
IOERR_OPENFAIL = -1; { device/unit failed to open }
IOERR_ABORTED = -2; { request terminated early [after AbortIO()] }
IOERR_NOCMD = -3; { command not supported by device }
IOERR_BADLENGTH = -4; { not a valid length (usually IO_LENGTH) }
IOERR_BADADDRESS = -5; { invalid address (misaligned or bad range) }
IOERR_UNITBUSY = -6; { device opens ok, but requested unit is busy }
IOERR_SELFTEST = -7; { hardware failed self-test }